62a347d074a7df063b1d3e1d9537f5aba3c11db0,platform/regexp/source_gen/jetbrains/mps/baseLanguage/regexp/behavior/UnaryRegexp_Behavior.java,UnaryRegexp_Behavior,virtual_getString_1222432436326,#SNode#List#,18
Before Change
}
public static String virtual_getString_1222432436326(SNode thisNode, List<SNode> vars) {
return Regexp_Behavior.call_par_1222433790846(thisNode, Regexp_Behavior.call_getString_1222432436326(SLinkOperations.getTarget(thisNode, "regexp", true), vars)) + SConceptPropertyOperations.getString(thisNode, "alias");
}
public static boolean call_inParentheses_1353467374623956744(SNode thisNode) {
After Change
}
public static String virtual_getString_1222432436326(SNode thisNode, List<SNode> vars) {
String s = Regexp_Behavior.call_getString_1222432436326(SLinkOperations.getTarget(thisNode, "regexp", true), vars);
return ((UnaryRegexp_Behavior.call_inParentheses_1353467374623956744(thisNode) ?
Regexp_Behavior.call_par_1222433790846(thisNode, s) :
s
)) + SConceptPropertyOperations.getString(thisNode, "alias");
}